home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / BULLETIN / 0554.ZIP / MACRO.TXT < prev    next >
Text File  |  1986-07-21  |  3KB  |  68 lines

  1.  
  2.                 R Y B B S     M A C R O S
  3.  
  4.     RYBBS has the ability to allow each user to define up to 10 macro keys to
  5. perform commonly repeated series of keystrokes.  Each macro my contain up to
  6. 80 keystrokes.
  7.  
  8.     The best way to implement the definition of your macros is to monitor the
  9. keystrokes you use on a regular basis when you access "On Board".  Record each
  10. keystroke as you work your way thru the system.   When you find that you are
  11. doing the same keystroke combination on frequent basis, then that series is
  12. a good candidate to be defined in a macro.
  13.  
  14.     A macro consists of two major parts:
  15.  
  16.                1.  The invocation key(s)  -  This can be 1 - 3 characters in
  17.                                             length. It is wise to use more than
  18.                                             1 character as there will be less
  19.                                             chance of conflicting with the
  20.                                             normal menu commands.
  21.  
  22.  
  23.  
  24.  
  25.                2.  The keystroke definition -  This consists of the command,
  26.                                             followed by the command separator,
  27.                                             followed by the next command,
  28.                                             followed by the command separator,
  29.                                             etc.   The last command sparator
  30.                                             MUST be followed by a "!" to
  31.                                             indicate the end of the macro.
  32.  
  33.     Macro Syntax:
  34.  
  35.  
  36.        c1;c2;c3;c4;c5;.........;!
  37.        ^ ^                      ^
  38.        | |                      |------------------------------- macro end "!"
  39.        | |______ command separator  -  ALWAYS a semicolon ";"
  40.        |
  41.        command #1
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.    Example :  Here is a macro to look for new files since last logon:
  50.  
  51.               Invocation keys  -  lnf
  52.  
  53.               Definition  -q;f;n;!
  54.  
  55.                               The "q" will quit to the Main Menu.
  56.                               The "f" will call the Files menu.
  57.                               The "n" will cause a search for all new files.
  58.                               THe "!" indicates this is the end of the macro.
  59.  
  60.  
  61.    I hope that this will help you in your use of the MACRO function, and will
  62. make your time spent accessing RYBBS boards more enjoyable.
  63.  
  64.                                               Todd Smith,  SysOp
  65.                                               "On Board" BBS
  66.                                               (216) 929-9568
  67.                                              
  68.